Programming with ardunio
I want to programme this below board which is connected to the ardunio

In my electronics production i made hello board means i make a design on eagle and add one led and one button in that ckt.now the task of this assignment is run that board with led and button.


I refer the following procedure for programming In the hello board i use attiny mc so firstly i have to add the library of attiny44 in Ardunino,for that i go the google and i go on website ardunio as isp high to low tech then i copy the url of library of attiny44. then i go to the ardunio softwre and open prefrence window in that i paste that url and said ok.



now connect the ardunio to the computer and load the ardunio as isp program to the ardunio.

Pin connection of ardunio and hello board
Ardunio -- Hello board
Pin 13 -- SCK
Pin 12 -- MISO
Pin 11 -- MOSI
Pin10 -- RST
VCC -- VCC
GND -- GND
Ardunio settings
Board --- ATTINY 44
Processor –--ATTINY 44
Programmer—AVRISP mkII
Clock---internal 1Mhz
Port—select as per the connection
After this i open the example and in that I go to the basic then blink program.and I make some changes in that then I compile the board.For programming I need to know at which Pin my LED is connected and for that I refer the pinout diagram.In void setup I declare the pin as PA7 as output because first I need to blink the LED.Then I programme to the button pin.for blinking I set the delay
Then I compile and upload the program to the ardunio.then my led is start blinking

Then I open the example of button and then I change the button pin number and ledpin number and then I upload that program.In this the PA3 is an button pin which I set as input in void setup.then I set the logic that if button press then PA7 high else it is low

in this video i press button and then led on or off and i have to achive this thing.
conclusion
In this section i learn the aurdino programming .I previously know aurdino but how use aurdino as program that i know in this assignment .